-
Home
-
HQ Rental Software
-
1.4.34
-
Code
-
Classes
- HQRentalsDbManager
Total Complexity |
34 |
Dependencies |
1 |
Dependents |
7 |
Total lines |
196 |
Lines of code |
144 |
Logical lines of code |
65 |
Comment lines |
0 |
Methods |
21 |
Properties |
3 |
Methods 21
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
resolveAlterStatementString() |
S |
58 |
4 |
14 |
resolveTableContentForQuery() |
S |
63 |
4 |
9 |
resolveSelectStatementString() |
S |
61 |
3 |
11 |
query() |
S |
58 |
2 |
19 |
insert() |
S |
66 |
2 |
8 |
update() |
S |
66 |
2 |
8 |
delete() |
S |
66 |
2 |
8 |
getResults() |
S |
65 |
2 |
9 |
__construct() |
S |
71 |
1 |
6 |
createTable() |
S |
75 |
1 |
4 |
checkColumnOnDB() |
S |
75 |
1 |
4 |
selectFromTable() |
S |
74 |
1 |
4 |
insertIntoTable() |
S |
79 |
1 |
3 |
alterTable() |
S |
75 |
1 |
4 |
updateIntoTable() |
S |
79 |
1 |
3 |
resolveCreateStatementString() |
S |
67 |
1 |
8 |
resolveColumnCheckStatementString() |
S |
75 |
1 |
4 |
dropTable() |
S |
75 |
1 |
4 |
getTablesPrefix() |
S |
82 |
1 |
3 |
resolveTableName() |
S |
80 |
1 |
3 |
resolveQuery() |
S |
67 |
1 |
8 |